home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextLibrary / Languages / Italian / Configure.lproj / VideoInspector.nib / data.classes next >
Encoding:
Text File  |  1993-04-27  |  678 b   |  49 lines

  1. IOVideoDeviceInspector = {
  2.     ACTIONS = {
  3.     cancel:;
  4.     panelDone:;
  5.     doubleClicked:;
  6.     runPanel:;
  7.     };
  8.     OUTLETS = {
  9.     selectButton;
  10.     videoAccessoryHolder;
  11.     modes;
  12.     panel;
  13.     modeText;
  14.     okButton;
  15.     displayMode;
  16.     };
  17.     SUPERCLASS = IODeviceInspector;
  18. };
  19. IODeviceInspector = {
  20.     ACTIONS = {
  21.     channelOrInterruptPicked:;
  22.     rangeDidChange:;
  23.     showInfo:;
  24.     };
  25.     OUTLETS = {
  26.     portsBox;
  27.     statusTitle;
  28.     memoryController;
  29.     dmaMatrix;
  30.     memoryBox;
  31.     dmaBox;
  32.     portsController;
  33.     infoPanel;
  34.     accessoryHolder;
  35.     infoButton;
  36.     infoText;
  37.     irqBox;
  38.     irqMatrix;
  39.     inspectionView;
  40.     origWindow;
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44. FirstResponder = {
  45.     ACTIONS = {
  46.     };
  47.     SUPERCLASS = Object;
  48. };
  49.